home *** CD-ROM | disk | FTP | other *** search
- Path: prairienet.org!sjmccaug
- From: sjmccaug@prairienet.org (Scott J. McCaughrin)
- Newsgroups: comp.lang.c++
- Subject: Visibility Restricted to Compiler
- Date: 1 Feb 1996 11:41:33 GMT
- Organization: University of Illinois at Urbana
- Message-ID: <4eq8td$hpu@vixen.cso.uiuc.edu>
- Reply-To: sjmccaug@prairienet.org (Scott J. McCaughrin)
- NNTP-Posting-Host: firefly.prairienet.org
-
-
- Is a constructor still visibile to a C++ compiler if it is private? I
- want a constructor invoked only by compiler, and not e.g. by some
- user-defined 'new'.
-
- Thanks.
-
-